| Einhugur macOS Bridge plugin. |
|
NSArray.IsNSArray Method
Returns true if the NSObject under the hood is NSArray or derived from NSArray.
Parameters
- value
- The NSObject to check.
Returns
- Boolean
- True if the Cocoa object under the hood is actually NSArray or derived from NSArray.
Remarks
See Also
NSArray Class